6.9
MEDIUM CVSS 4.0
CVE-2026-13150
SSRF in Pentestify PDF generation endpoint via Host header
Description

Server-Side Request Forgery (SSRF) (CWE-918) in the PDF generation endpoint GET /api/reports/{id}/pdf (backend/main.py) in ccyl13 Pentestify 1.0.0 and lower allows remote attackers to make the server issue requests to arbitrary internal or external URLs, including cloud metadata services, and return the rendered content in the resulting PDF via a crafted Host header, because the target URL is built from request.base_url without validation.

INFO

Published Date :

June 24, 2026, 10:45 a.m.

Last Modified :

June 24, 2026, 10:45 a.m.

Remotely Exploit :

Yes !

Source :

Secur0
Affected Products

The following products are affected by CVE-2026-13150 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 4.0 MEDIUM 4daa8cea-433a-44bd-9456-53b127fc289a
CVSS 4.0 MEDIUM 4daa8cea-433a-44bd-9456-53b127fc289a
Solution
Validate and sanitize all URLs before generating PDFs to prevent SSRF.
  • Sanitize user-supplied URL inputs.
  • Validate URLs against an allowlist.
  • Update the application to version 1.0.1 or higher.
  • Disable external access to metadata services.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-13150 vulnerability anywhere in the article.

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.